.login-page-wrapper,.registration-page-wrapper{
    min-height: 100vh;
    margin-bottom: 100px;
}
.sm-bread-crumb{
    padding-top: 20px;
}
.login-page-card{
    background: #FFFFFF;
    border-radius: 2px;
}
.login-page-content{
    padding: 30px 15px 32px 15px;
    background: #FFFFFF;
    border-radius: 2px;
}
.login-page-heading{
    font-weight: 400;
    font-size: 20px;
    text-align: center;
    margin-bottom: 24px;
    font-family: 'Cantata One', serif;
}
.login-page-body{
    padding: 0px;
}
.login-page-body .sm-input-fields{
    display: block;
    width: 100%;
    margin-bottom: 20px;
    background: #FCFCFF;
    border: 1px solid #848198;
    border-radius: 1px;
    padding: 11.5px 20px;
    outline: none;
}
.login-page-body .sm-password-wrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #FCFCFF;
    border: 1px solid #848198;
    border-radius: 1px;
    margin-bottom: 0px;
    padding-right: 16px;
}
.login-page-body .sm-password-wrapper > input{
    border: 0px;
    margin-bottom: 0px;
}
.login-page-body .or{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 7px 0px;
}
.login-with-googlebtn,.login-to-profile-btn{
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
    width: 100%;
    outline: none;
    border: none;
    transition: .3s ease-in-out;
}
.login-with-googlebtn{
    background: #FFFFFF;
    border: 1px solid #848198;
    padding: 14px;
    margin-bottom: 20px;
    font-size: 16px;
    transition: .3s ease-in-out;
    box-shadow: 0px 2px 6px rgba(9, 5, 61, 0.12);
}
.login-with-googlebtn:hover{
    background: #FFFFFF;
    border: 1px solid #B9B6CB;
    transition: .3s ease-in-out;
}
.login-with-googlebtn:focus,.login-with-googlebtn:visited,.login-with-googlebtn:active{
    background: #FFFFFF;
    border: 1px solid #B9B6CB;
    transition: .3s ease-in-out;
}
.login-to-profile-btn{
    background: #848198;
    border-radius: 60px;
    padding: 11px;
    font-size: 16px;
    margin-bottom: 20px;
    color:#ffffff;
    transition: .3s ease-in-out;
}
.login-to-profile-btn:hover{
    background: #B9B6CB;
    color:#FFFFFF;
    transition: .3s ease-in-out;
}
.login-to-profile-btn:focus,.login-to-profile-btn:visited,.login-to-profile-btn:active{
    background: #090416;
    color:#FFFFFF;
    transition: .3s ease-in-out;
}
.forgot-pw-btn{
    font-size: 14px;
    width: 100%;
    outline: none;
    border: none;
    background: transparent;
    color: #848198;
}
.login-page-body .dhacc{
    font-weight: 600;
    font-size: 16px;
    color: #E33449;
    margin-top:20px;
    display: block;
    text-align: center;
}
.login-page-body .forgot-pw-tagline{
    display: block;
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    color: #46444E;
    margin-bottom: 20px;
}
.login-page-body .still-have-question{
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    color: #46444E;
}
.still-have-question .contact-us-link{
    color: #848198;
}
/* registration page */
.registration-page-heading-section{
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    column-gap: 20px;
    margin-bottom: 20px;
}
.registration-right-section{
    margin-top: 31px;
}
.registration-page-wrapper .regfield-heading{
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 10px;
}
.reg-profile-parent-o {
    justify-content: center;
    display: flex;
    position: relative;
    width: 221px;
    height: 221px;
    border: 1px solid #848198;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
}
.reg-profile-parent-t {
    position: relative;
    width: 190px;
    height: 190px;
    border-radius: 50%;
    overflow: hidden;
    margin: auto;
    background-image: url("../images/pimg-bg.svg");
    background-repeat: no-repeat;
}
.reg-profile-avatar-img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.registration-form-wrapper .or{
    padding-top: 0px;
    padding-bottom: 20px;
    font-size: 18px;
    justify-content: flex-start;
    color: #848198;
}
.registration-form-wrapper{
    margin-bottom: 25px;
}
/* personal setting page */
/* .banner-of-setting-wrapper{
    position: absolute;
    overflow: hidden;
    width: 100%;
}
.banner-of-setting-wrapper .banner-of-setting{
    width: 100%;
    display: block;
    object-fit: cover;
} */
@media (min-width: 992px){
    .login-page-wrapper-banner{
        height: 276px;
        background: #F2EFF9;
    }
    .login-page-card{
        border: 1px solid #D5D2DF;
        max-width:458px;
        margin: auto;
        margin-top: -40px;
        box-shadow: 0px 4px 41px rgba(57, 89, 128, 0.05);
        border-radius: 2px;
    }
    .login-page-content{
        padding: 38px 32px;
    }
    .registration-page-heading-section{
        margin-bottom: 40px;
    }
    .login-page-card.registration-card{
        max-width: 960px;
        margin-top: -172px;
    }
    .registration-page-wrapper .login-page-content{
        padding: 54px 79px;
    }
    .registration-form-wrapper{
        display: grid;
        grid-template-columns: 221px auto;
        column-gap: 80px;
    }
    .registration-form-wrapper .login-with-googlebtn {
        width: max-content;
    }
    .registration-form-wrapper .name-wrapper{
        display: grid;
        grid-template-columns: repeat(2,1fr);
        column-gap: 15px;
    }
}
@media (min-width: 1200px){
    .login-page-card.registration-card{
        max-width: 1140px;
    }
}
@media (min-width: 1400px){
    .login-page-card.registration-card{
        max-width: 1267px;
    }
}